GET api/data/{authenticationToken}/{loanNumber}

This method returns a loan key based on the loan number of the desired loan.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authenticationToken

Current authentication token

string

Required

loanNumber

The loan number identifying the loan for which the key string is desired.

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns the key string for the requested loan number.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>